ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class / ItemChanged Event

In This Topic
    ItemChanged Event (ObservableDictionary<TKey,TValue>)
    In This Topic
    Occurs when a item value changes.
    Syntax
    'Declaration
     
    Public Event ItemChanged As System.EventHandler(Of ItemChangedEventArgs(Of ObservableKeyValuePair(Of TKey,TValue)))
    public event System.EventHandler<ItemChangedEventArgs<ObservableKeyValuePair<TKey,TValue>>> ItemChanged
    Event Data

    The event handler receives an argument of type ItemChangedEventArgs<TItem> containing data related to this event. The following ItemChangedEventArgs<TItem> properties provide information specific to this event.

    PropertyDescription
    Gets a changed item.  
    See Also